crypto/tls.SessionState.ocspResponse (field)
8 uses
	crypto/tls (current package)
		handshake_client.go#L924: 	c.ocspResponse = hs.session.ocspResponse
		handshake_client_tls13.go#L476: 	c.ocspResponse = hs.session.ocspResponse
		handshake_server.go#L508: 	c.ocspResponse = sessionState.ocspResponse
		handshake_server_tls13.go#L421: 		c.ocspResponse = sessionState.ocspResponse
		ticket.go#L91: 	ocspResponse      []byte
		ticket.go#L140: 		OCSPStaple:                  s.ocspResponse,
		ticket.go#L232: 	ss.ocspResponse = cert.OCSPStaple
		ticket.go#L301: 		ocspResponse:      c.ocspResponse,
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |